home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************/
- /* */
- /* TurboCAD for Windows */
- /* Copyright (c) 1993 - 2001 */
- /* International Microcomputer Software, Inc. */
- /* (IMSI) */
- /* All rights reserved. */
- /* */
- /******************************************************************/
-
- #if !defined(AFX_RECTPAGE_H__7B7FB264_668E_11D2_8C4A_00403338C504__INCLUDED_)
- #define AFX_RECTPAGE_H__7B7FB264_668E_11D2_8C4A_00403338C504__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // RectPage.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CRectPage dialog
-
- class CRectPage : public CDialog
- {
- // Construction
- public:
- CRectPage(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CRectPage)
- double m_roundness;
- enum { IDD = IDD_PP_RRECT };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CRectPage)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(CRectPage)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_RECTPAGE_H__7B7FB264_668E_11D2_8C4A_00403338C504__INCLUDED_)
-